<p class="Paragraph">Result: Any numeric variable that contains the result of the combination.</p>
<p class="Paragraph">Expression1, Expression2 : Any numeric expressions to be combined.</p>
<p class="Paragraph">A logical Exclusive-Or conjunction of two Boolean expressions returns <span class="T1">True</span> only if both expressions are different from each other.</p>
<p class="Paragraph">A bitwise Exclusive-Or conjunction returns a bit if the corresponding bit is set in only one of the two expressions.</p>
<p class="P2">Example:</p>
<p class="PropText">Sub ExampleXor</p>
<p class="PropText">Dim vA as Variant, vB as Variant, vC as Variant, vD as Variant</p>